Fix the test inside all_devices_ready, and move it from xenbus_probe (a
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Mon, 10 Apr 2006 17:17:54 +0000 (18:17 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Mon, 10 Apr 2006 17:17:54 +0000 (18:17 +0100)
commit45fe4ec419c8bb411674575e1f0f706a92072a99
tree5665367d35c3423febd75cceae15b77afa03b8b6
parent224cab0dfd3e7696fec21acf5e0cd821328fbe49
Fix the test inside all_devices_ready, and move it from xenbus_probe (a
postcore_initcall) to a new late_initcall, so that it happens after the
drivers have initialised.

Fixes the reopened bug #549 (I hope).

Signed-off-by: Ewan Mellor <ewan@xensource.com>
linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c